summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: add a temporary sanity check in skb_orphan()Eric Dumazet2013-08-011-0/+2
* cls_cgroup.h netprio_cgroup.h: Remove extern from function prototypesJoe Perches2013-08-012-2/+2
* checksum: Remove extern from function prototypesJoe Perches2013-08-011-5/+5
* cfg80211.h/mac80211.h: Remove extern from function prototypesJoe Perches2013-08-012-25/+25
* ax25.h: Remove extern from function prototypesJoe Perches2013-08-011-106/+109
* arp/neighbour.h: Remove extern from function prototypesJoe Perches2013-08-012-65/+63Star
* af_rxrpc.h: Remove extern from function prototypesJoe Perches2013-08-011-19/+16Star
* af_unix.h: Remove extern from function prototypesJoe Perches2013-08-011-8/+8
* addrconf.h: Remove extern function prototypesJoe Perches2013-08-011-88/+72Star
* fib_rules: add .suppress operationStefan Tomanek2013-08-012-1/+5
* net: Remove extern from include/net/ scheduling prototypesJoe Perches2013-08-014-101/+104
* net: skb_orphan() changesEric Dumazet2013-08-011-3/+4
* netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-0/+1
* net: split rt_genid for ipv4 and ipv6fan.du2013-07-313-5/+34
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-07-312-13/+15
|\
| * PCI: Add function to obtain minimum link width and speedJacob Keller2013-07-311-0/+2
| * PCI: move enum pcie_link_width into pci.hJacob Keller2013-07-312-13/+13
* | tcp: Remove unused tcpct declarations and commentsDmitry Popov2013-07-312-5/+0Star
* | rtnl: export physical port id via RT netlinkJiri Pirko2013-07-311-0/+1
* | net: add ndo to get id of physical port of the deviceJiri Pirko2013-07-311-0/+20
|/
* 9p: client: remove unused code and any reference to "cancelled" functionAndi Shyti2013-07-311-3/+0Star
* net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin2013-07-292-0/+2
* pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-281-0/+1
* VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He2013-07-282-0/+205
* USBNET: centralize computing of max rx/tx qlenMing Lei2013-07-281-0/+3
* net/sctp: Refactor SCTP skb checksum computationJoe Stringer2013-07-281-0/+15
* virtio-net: put virtio net header inline with dataMichael S. Tsirkin2013-07-281-1/+3
* net: Make devnet_rename_seq staticThomas Gleixner2013-07-251-3/+0Star
* tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2013-07-254-6/+29
* net: add sk_stream_is_writeable() helperEric Dumazet2013-07-251-0/+4
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-2510-10/+10
* team: add support for sending multicast rejoinsJiri Pirko2013-07-241-0/+6
* net: convert resend IGMP to notifier eventJiri Pirko2013-07-242-1/+1
* team: add peer notificationJiri Pirko2013-07-241-1/+7
* tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng2013-07-231-1/+0Star
* tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-231-9/+0Star
* tun: Support software transmit time stamping.Richard Cochran2013-07-221-0/+3
* net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-191-2/+1Star
|\
| * vlan: mask vlan prio bitsEric Dumazet2013-07-181-2/+1Star
* | Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-182-17/+84
|\ \
| * | sysfs: use file mode defines from stat.hOliver Schinagl2013-07-161-8/+9
| * | sysfs: add more helper macro's for (bin_)attribute(_groups)Oliver Schinagl2013-07-161-13/+38
| * | driver core: add default groups to struct classGreg Kroah-Hartman2013-07-161-1/+3
| * | driver core: Introduce device_create_groupsGuenter Roeck2013-07-161-0/+5
| * | sysfs: add support for binary attributes in groupsGreg Kroah-Hartman2013-07-161-2/+2
| * | driver core: device.h: add RW and RO attribute macrosGreg Kroah-Hartman2013-07-161-7/+21
| * | sysfs.h: add BIN_ATTR macroGreg Kroah-Hartman2013-07-161-0/+9
| * | sysfs.h: add ATTRIBUTE_GROUPS() macroGreg Kroah-Hartman2013-07-161-0/+9
| * | sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman2013-07-161-0/+2
| |/