aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-06-25macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich1-0/+2
2013-06-25net: poll/select low latency socket supportEliezer Tamir2-13/+24
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2-21/+3
2013-06-25ktime: add ms_to_ktime() and ktime_add_ms() helpersDaniel Borkmann1-0/+13
2013-06-25net: sctp: remove TEST_FRAME ifdefDaniel Borkmann1-7/+0
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-2/+6
2013-06-25tcp: remove invalid __rcu annotationEric Dumazet1-3/+3
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann1-0/+10
2013-06-24net: if_arp: add ARPHRD_NETLINK typeDaniel Borkmann1-0/+1
2013-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-78/+191
2013-06-24ip_tunnel: Protect tunnel functions with CONFIG_INET guard.Jesse Gross1-0/+5
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-78/+191
2013-06-19ndisc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-06-19ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang1-0/+2
2013-06-19net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann1-6/+9
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar1-0/+1
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar1-0/+18
2013-06-19ip_tunnel: Add dont fragment flag.Pravin B Shelar1-0/+1
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-0/+1
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-11/+15
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar1-0/+1
2013-06-19gre: export gre_build_header() function.Pravin B Shelar1-0/+2
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar1-0/+24
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-19/+75
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann1-8/+0
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann1-3/+0
2013-06-17tipc: update code comments to reflect new uapi header pathYing Xue2-2/+2
2013-06-17net: add socket option for low latency pollingEliezer Tamir3-6/+10
2013-06-17net: convert low latency sockets to sched_clock()Eliezer Tamir1-16/+17
2013-06-17net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir1-2/+3
2013-06-17ssb: add struct for serial flashRafał Miłecki1-0/+15
2013-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2013-06-14smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney1-7/+12
2013-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-1/+0
2013-06-14openvswitch: Fix struct comment.Pravin B Shelar1-1/+0
2013-06-14NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz1-0/+6
2013-06-14NFC: Add secure elements addition and removal APISamuel Ortiz2-2/+24
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz2-4/+8
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz3-4/+0
2013-06-14NFC: pn533: Copy NFCID2 through ATR_REQSamuel Ortiz2-0/+4
2013-06-14NFC: Add NCI over SPI receiveFrederic Danis1-0/+1
2013-06-14NFC: Add NCI over SPI sendFrederic Danis1-0/+3
2013-06-14NFC: Add basic NCI over SPIFrederic Danis1-0/+49
2013-06-13net/mlx4: Add VF link state supportRony Efraim1-1/+1
2013-06-13net/core: Add VF link state controlRony Efraim3-0/+17
2013-06-13net-rps: fixes for rps flow limitWillem de Bruijn1-2/+2
2013-06-14NFC: HCI: Implement fw_upload opsEric Lapuyade1-0/+1
2013-06-14NFC: Add firmware upload netlink commandEric Lapuyade2-0/+8
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis1-2/+2
2013-06-13Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-2/+2
2013-06-13Merge tag 'asoc-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-1/+2
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet1-3/+3
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng1-3/+2
2013-06-13macvtap: slient sparse warningsJason Wang1-1/+1
2013-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-2/+5
2013-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2013-06-12include/linux/math64.h: add div64_ul()Alex Shi1-2/+4
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi1-0/+3
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook1-2/+2
2013-06-12CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat1-0/+4
2013-06-12tun: Report "persist" flag to userspacePavel Emelyanov1-0/+2
2013-06-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller7-34/+191
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville4-66/+70
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-1/+6
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+2
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2-0/+2
2013-06-12ipv4: remove is_data also from ip_options documentation.Rami Rosen1-1/+0
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko1-0/+10
2013-06-12team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko1-0/+1
2013-06-12doc:networking: Update comment for dev_id field in netdevice.hNarendra K1-2/+4
2013-06-12team: fix checks in team_get_first_port_txable_rcu()Jiri Pirko1-2/+2
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann1-3/+4
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2-0/+6
2013-06-11net_sched: psched_ratecfg_precompute() improvementsEric Dumazet1-2/+2
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-34/+191
2013-06-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
2013-06-11{nl,mac,cfg}80211: Allow user to configure basic rates for meshAshok Nagarajan1-0/+2
2013-06-11{nl,cfg}80211: make peer link expiration time configurableColleen Twitty2-0/+9
2013-06-11nl80211: add kernel-doc for NL80211_FEATURE_ACTIVE_MONITORFelix Fietkau1-0/+4
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet5-13/+25
2013-06-11netlink: Add compare function for netlink_tableGao feng1-0/+1
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich1-0/+1
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich1-0/+1
2013-06-11kvm: Add definition of KVM_REG_MIPSDavid Daney1-0/+1
2013-06-10sock_diag: fix filter code sent to userspaceNicolas Dichtel1-0/+1
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang1-8/+0
2013-06-10net: add low latency socket pollEliezer Tamir5-2/+162
2013-06-10net: add napi_id and hashEliezer Tamir1-0/+29
2013-06-10trace: Allow idle-safe tracepoints to be called from irqPaul E. McKenney1-2/+2
2013-06-10Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown1-1/+2
2013-06-07macvtap: add TUNSETQUEUE ioctlJason Wang1-0/+4
2013-06-07macvlan: change the max number of queues to 16Jason Wang1-1/+1
2013-06-07macvlan: switch to use IS_ENABLED()Jason Wang1-1/+1
2013-06-07Merge tag 'trace-fixes-v3.10-rc3-v3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+29
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann1-4/+5
2013-06-07net: vlan: minor: remove unused HAVE_VLAN_PUT_TAGDaniel Borkmann1-2/+0
2013-06-07ASoC: dapm: Treat DAI widgets like AIF widgets for powerMark Brown1-1/+2
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-16/+4
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski1-0/+3
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller4-5/+20
2013-06-06arch, mm: Remove tlb_fast_mode()Peter Zijlstra1-16/+1
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-60/+125
2013-06-05KVM: add kvm_para_available to asm-generic/kvm_para.hJames Hogan1-0/+5
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-9/+65
2013-06-05wireless: fix kernel-docJohannes Berg1-1/+10
2013-06-05mac80211: Use suitable semantics for beacon availability indicationAlexander Bondar1-4/+4
2013-06-04transp_v6.h: style neateningJoe Perches1-52/+37
2013-06-04net: do not manually initialize enumeratorsJean Sacren1-3/+3
2013-06-04net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti1-0/+8
2013-06-04net: ipv4: make the ping /proc code AF-independentLorenzo Colitti1-0/+8
2013-06-04net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti1-0/+13
2013-06-04Clean up indentation in net/ipv6/transp_v6.hLorenzo Colitti1-35/+35
2013-06-04cfg80211: separate internal SME implementationJohannes Berg1-5/+0
2013-06-04cfg80211/mac80211: clean up cfg80211 SME APIsJohannes Berg1-55/+36
2013-06-04Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg2-0/+82
2013-06-04mac80211: add a tx control flag to indicate PS-Poll/uAPSD responseFelix Fietkau1-0/+3
2013-06-03Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-1/+6
2013-06-03cw1200: rename the cw1200 platform definition headerSolomon Peachy1-0/+0
2013-06-03cw1200: Rework SDIO platform support to prevent build problems.Solomon Peachy1-1/+36
2013-06-03cw1200: Replace use of 'struct resource' with 'int' for GPIO fields.Solomon Peachy1-6/+6
2013-06-03cw1200: move platform_data header to correct location.Solomon Peachy1-0/+0
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg1-1/+1
2013-06-03mac80211: set mesh formation field properlyJacob Minshall1-0/+1
2013-06-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+4
2013-06-03Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-06-03ipv4: use separate genid for next hop exceptionsTimo Teräs2-0/+12
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet1-7/+11
2013-06-02net: force a reload of first item in hlist_nulls_for_each_entry_rcuEric Dumazet1-1/+6
2013-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-2/+3
2013-06-01Merge tag 'fbdev-for-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2013-05-31list: introduce list_first_entry_or_nullJiri Pirko1-0/+11
2013-05-31xfrm: force a garbage collection after deleting a policyPaul Moore1-0/+5
2013-05-31phy: add reverse MII PHY connection typeFlorian Fainelli1-0/+1
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel1-1/+1
2013-05-31udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar1-0/+15
2013-05-31net: clean up skb headers codeCong Wang1-2/+2
2013-06-01Merge tag 'please-pull-aertracefix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2013-05-31target: Propigate up ->cmd_kref put return via transport_generic_free_cmdNicholas Bellinger1-1/+1
2013-05-31phy: Add Marvell 88E1510 phy IDMichal Simek1-0/+1
2013-05-31phy: Add Marvell 88E1116R phy IDMichal Simek1-0/+1
2013-05-30net: mv643xx_eth: add phy_node to platform_data structSebastian Hesselbarth1-0/+2
2013-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+17
2013-05-31Merge tag 'stable/for-linus-3.10-rc3-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2013-05-30aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz1-2/+3
2013-05-30scatterlist: sg_set_buf() argument must be in linear mappingRusty Russell1-0/+3
2013-05-29target: Re-instate sess_wait_list for target_wait_for_sess_cmdsNicholas Bellinger1-0/+1
2013-05-29cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsetsSolomon Peachy1-0/+46
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville5-37/+111
2013-05-29xenbus: delay xenbus frontend resume if xenstored is not runningAurelien Chartier1-0/+1
2013-05-29Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux ...Jean-Christophe PLAGNIOL-VILLARD1-0/+1
2013-05-29cfg80211: remove cleanup_work kernel-docJohannes Berg1-1/+0
2013-05-29cfg80211: support an active monitor interface flagFelix Fietkau2-0/+6
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman1-0/+9
2013-05-28net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman1-2/+4
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-0/+6
2013-05-28rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry...Steven Rostedt2-0/+29
2013-05-28net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko1-0/+5
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-0/+13
2013-05-27netpoll: remove return value from netpoll_rx_disable()dingtianhong1-2/+2
2013-05-27MPLS: Add limited GSO supportSimon Horman3-1/+9
2013-05-27net: Use 16bits for *_headers fields of struct skbuffSimon Horman1-113/+6
2013-05-27phy: allow drivers to flag a PHY device as internalFlorian Fainelli1-0/+12
2013-05-27net: ethtool: disambiguate XCVR_* meaningFlorian Fainelli1-2/+2
2013-05-27cfg80211: make WoWLAN configuration available to driversJohannes Berg1-0/+4
2013-05-25net: add netnotifier event for upper device changeJiri Pirko1-0/+1
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti3-3/+55
2013-05-25Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-35/+5
2013-05-25Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-0/+9
2013-05-26ipvs: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei1-4/+4
2013-05-24Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds4-8/+32
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-49/+111
2013-05-24Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2013-05-24linux/kernel.h: fix kernel-doc warningRandy Dunlap1-2/+3
2013-05-24wait: fix false timeouts when using wait_event_timeout()Imre Deak1-5/+11
2013-05-24rapidio: add enumeration/discovery start from user spaceAlexandre Bounine1-2/+7
2013-05-24rapidio: make enumeration/discovery configurableAlexandre Bounine2-1/+13
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-28/+23
2013-05-25cfg80211: vastly simplify lockingJohannes Berg1-3/+2
2013-05-25Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg1-4/+8
2013-05-24{cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan1-0/+9
2013-05-24cfg80211: Allow TDLS peer AID to be configured for VHTJouni Malinen1-0/+7
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-7/+32
2013-05-24mac80211: add STBC flag for radiotapOleksij Rempel2-0/+11
2013-05-24cgroup: fix a subtle bug in descendant pre-order walkTejun Heo1-1/+1
2013-05-23xen: netif.h: document feature-split-event-channelsWei Liu1-0/+12
2013-05-23Merge tag 'pci-v3.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2013-05-23Merge tag 'tty-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2013-05-23Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-3/+6
2013-05-23sched: add cond_resched_rcu() helperSimon Horman1-0/+9
2013-05-23netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso1-0/+6
2013-05-23netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso1-1/+1
2013-05-23netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2-1/+17
2013-05-23OMAPDSS: Fix crash with DT bootTomi Valkeinen1-0/+1
2013-05-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2013-05-22Merge tag 'omap-fixes-a-for-3.10-rc' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson1-2/+0
2013-05-22bcma: support SPROM rev 10Rafał Miłecki1-0/+1
2013-05-22Merge tag 'mfd-fixes-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2013-05-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+4