Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | core/dev: set pkt_type after eth_type_trans() in dev_forward_skb() | Isaku Yamahata | 2013-07-02 | 1 | -0/+6 | |
| * | | | | | ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size | Hannes Frederic Sowa | 2013-07-02 | 1 | -6/+10 | |
| * | | | | | ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi... | Hannes Frederic Sowa | 2013-07-02 | 2 | -2/+8 | |
| * | | | | | ipip: fix a regression in ioctl | Cong Wang | 2013-07-02 | 1 | -5/+7 | |
| * | | | | | l2tp: add missing .owner to struct pppox_proto | Wei Yongjun | 2013-07-02 | 1 | -1/+2 | |
| * | | | | | ethtool: make .get_dump_data() harder to misuse by drivers | Michal Schmidt | 2013-07-02 | 1 | -1/+20 | |
| * | | | | | net: sctp: get rid of SCTP_DBG_TSNS entirely | Daniel Borkmann | 2013-07-02 | 2 | -114/+0 | |
| * | | | | | ipv6,mcast: always hold idev->lock before mca_lock | Amerigo Wang | 2013-07-01 | 2 | -10/+12 | |
| * | | | | | vti: remove duplicated code to fix a memory leak | Cong Wang | 2013-07-01 | 1 | -7/+0 | |
| * | | | | | gre: fix a regression in ioctl | Cong Wang | 2013-07-01 | 1 | -4/+5 | |
| * | | | | | net: sctp: rework debugging framework to use pr_debug and friends | Daniel Borkmann | 2013-07-01 | 16 | -409/+383 | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi... | David S. Miller | 2013-07-01 | 2 | -8/+5 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge ../vxlan-x | Stephen Hemminger | 2013-06-25 | 2 | -8/+5 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | bridge: check for zero ether address in fdb add | Stephen Hemminger | 2013-06-25 | 1 | -0/+5 | |
| | | * | | | | | rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del} | Mike Rapoport | 2013-06-25 | 1 | -8/+0 | |
| * | | | | | | | x25: Fix broken locking in ioctl error paths. | Dave Jones | 2013-07-01 | 1 | -7/+8 | |
| * | | | | | | | netem: use rb tree to implement the time queue | Eric Dumazet | 2013-07-01 | 1 | -24/+85 | |
| * | | | | | | | neighbour: fix a race in neigh_destroy() | Eric Dumazet | 2013-07-01 | 1 | -5/+7 | |
| * | | | | | | | ipv6: fix ecmp lookup when oif is specified | Nicolas Dichtel | 2013-07-01 | 1 | -4/+8 | |
| * | | | | | | | ipv6: only apply anti-spoofing checks to not-pointopoint tunnels | Hannes Frederic Sowa | 2013-07-01 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2013-07-01 | 26 | -555/+682 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-06-28 | 26 | -555/+682 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-06-26 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2013-06-24 | 6 | -323/+308 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issue | Gustavo Padovan | 2013-06-23 | 1 | -1/+9 | |
| | | | * | | | | | | | | Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code. | Chen Gang | 2013-06-23 | 1 | -10/+4 | |
| | | | * | | | | | | | | Bluetooth: Remove unneeded flag | Andrei Emeltchenko | 2013-06-23 | 1 | -2/+0 | |
| | | | * | | | | | | | | Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flag | Andrei Emeltchenko | 2013-06-23 | 1 | -2/+2 | |
| | | | * | | | | | | | | Bluetooth: Mgmt Device Found Event | Andre Guedes | 2013-06-23 | 1 | -0/+3 | |
| | | | * | | | | | | | | Bluetooth: Remove empty event handler | Andre Guedes | 2013-06-23 | 1 | -12/+0 | |
| | | | * | | | | | | | | Bluetooth: Remove inquiry helpers | Andre Guedes | 2013-06-23 | 1 | -30/+0 | |
| | | | * | | | | | | | | Bluetooth: Remove LE scan helpers | Andre Guedes | 2013-06-23 | 1 | -113/+0 | |
| | | | * | | | | | | | | Bluetooth: Refactor hci_cc_le_set_scan_enable | Andre Guedes | 2013-06-23 | 1 | -6/+3 | |
| | | | * | | | | | | | | Bluetooth: Make mgmt_stop_discovery_failed static | Andre Guedes | 2013-06-23 | 1 | -16/+16 | |
| | | | * | | | | | | | | Bluetooth: Remove stop discovery handling from hci_event.c | Andre Guedes | 2013-06-23 | 1 | -14/+2 | |
| | | | * | | | | | | | | Bluetooth: Update stop_discovery to use HCI request | Andre Guedes | 2013-06-23 | 1 | -7/+40 | |
| | | | * | | | | | | | | Bluetooth: Use HCI request in interleaved discovery | Andre Guedes | 2013-06-23 | 3 | -28/+64 | |
| | | | * | | | | | | | | Bluetooth: Move discovery macros to hci_core.h | Andre Guedes | 2013-06-23 | 1 | -18/+6 | |
| | | | * | | | | | | | | Bluetooth: Make mgmt_start_discovery_failed static | Andre Guedes | 2013-06-23 | 1 | -21/+21 | |
| | | | * | | | | | | | | Bluetooth: Remove start discovery handling from hci_event.c | Andre Guedes | 2013-06-23 | 1 | -23/+1 | |
| | | | * | | | | | | | | Bluetooth: Update start_discovery to use HCI request | Andre Guedes | 2013-06-23 | 1 | -9/+85 | |
| | | | * | | | | | | | | Bluetooth: Make inquiry_cache_flush non-static | Andre Guedes | 2013-06-23 | 1 | -5/+5 | |
| | | | * | | | | | | | | Bluetooth: Fix multiple LE socket handling | Johan Hedberg | 2013-06-23 | 1 | -4/+8 | |
| | | | * | | | | | | | | Bluetooth: Remove useless hci_conn disc_timeout setting | Johan Hedberg | 2013-06-23 | 1 | -2/+0 | |
| | | | * | | | | | | | | Bluetooth: Simplify hci_conn_hold/drop logic for L2CAP | Johan Hedberg | 2013-06-23 | 1 | -3/+5 | |
| | | | * | | | | | | | | Bluetooth: Remove unnecessary L2CAP channel state check | Johan Hedberg | 2013-06-23 | 1 | -4/+1 | |
| | | | * | | | | | | | | Bluetooth: Remove useless sk variable in l2cap_le_conn_ready | Johan Hedberg | 2013-06-23 | 1 | -5/+3 | |
| | | | * | | | | | | | | Bluetooth: Fix duplicate call to l2cap_chan_ready() | Johan Hedberg | 2013-06-23 | 1 | -2/+0 | |
| | | | * | | | | | | | | Bluetooth: Add clarifying comment to l2cap_conn_ready() | Johan Hedberg | 2013-06-23 | 1 | -0/+3 | |
| | | | * | | | | | | | | Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add() | Johan Hedberg | 2013-06-23 | 1 | -2/+6 |